Skip to content

docs(dispatch): correct ufs mode claim + spec audit filename refs#21

Merged
indykish merged 1 commit into
masterfrom
fix/dispatch-doc-accuracy
Jun 5, 2026
Merged

docs(dispatch): correct ufs mode claim + spec audit filename refs#21
indykish merged 1 commit into
masterfrom
fix/dispatch-doc-accuracy

Conversation

@indykish

@indykish indykish commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Two doc-accuracy fixes in the dispatch façades — the touch-it-fix-it tail of PR #20, plus a pre-existing forward-ref.

dispatch/write_any.sh

PR #20 added --staged to ufs.sh, which invalidated this file's comment:

ufs.sh takes --all only (--staged retired M70)

Corrected to: ufs.sh accepts --all + --staged (--diff retired M70)--diff, not --staged, was the mode M70 retired. Added an inline note on the UFS leaf call that --all is deliberate: write_any.sh is the per-edit lens, and --staged would be blind to an unstaged edit. No behavior change — the call still runs ufs.sh --all.

dispatch/write_spec.md

Referenced a deterministic half audits/spec.sh "named audits/spec-template.sh until the Stage-2 rename" — a rename that never landed. The file is audits/spec-template.sh. Repointed all 5 refs to the real filename and dropped the forward-ref. This also aligns the doc with the invariance questionnaire (Q4.19 already says spec-template.sh).

Scope

Comment/prose only — no rule, gate, lifecycle, override, or behavior change.

Verification

  • make audit RC=0 — ALL CHECKS PASSED · dispatch coverage clean · evals 10/10
  • write_any.sh: bash -n clean · shellcheck clean · 48 lines
  • Invariance Suite (edit_rules): script layer green; questionnaire unchanged (doc-only); .agents-invariance-signoff written against HEAD.

🤖 Generated with Claude Code

PR #20 added --staged to ufs.sh, invalidating write_any.sh's comment
("ufs.sh takes --all only (--staged retired M70)"). Correct it: ufs.sh accepts
--all + --staged; --diff (not --staged) was retired in M70. Add an inline note
that the UFS leaf uses --all on purpose — the per-edit lens must not be blind to
an unstaged edit.

write_spec.md referenced a deterministic half `audits/spec.sh` "until the
Stage-2 rename" that never landed — the file is `audits/spec-template.sh`.
Repoint all 5 refs to the real filename, drop the forward-ref.

Comment/prose only — no rule, gate, or behavior change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@indykish indykish merged commit 080de3d into master Jun 5, 2026
1 check passed
@indykish indykish deleted the fix/dispatch-doc-accuracy branch June 5, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant